home *** CD-ROM | disk | FTP | other *** search
/ American History Explorer / American History Explorer (Parsons Technology).iso / ahe3.lst < prev    next >
File List  |  1995-04-24  |  1KB  |  35 lines

  1. // This is the install script for AHA mode 3.
  2. //
  3. //
  4. //////////////////////////////////////////////////////
  5. //
  6. // InstallMode = 1      First time read only.  2MB
  7. //             = 2      First time read/write. 9MB
  8. //             = 3      Reinstall read only.   0MB
  9. //             = 4      Reinstall read/write no pre-existing files. 7MB
  10. //             = 5      Reinstall read/write but pre-existing files. 0MB
  11. //             = 6      First time read/write but pre-existing files. ??
  12. //
  13. //  If there is no INI file, it is assumed no previous installation.
  14. //  If, however, there happens to be data files in a DATA sub directory 
  15. //  but no INI file, a dialoge is put up warning the user before 
  16. //  the data files are overwritten.  The INI file indicates
  17. //  previous installation.  If the INI file is found and the BLOCK.DAT 
  18. //  file is found in the DATA directory, then the data files are NOT 
  19. //  overwritten to protect user's changes, otherwise
  20. //  all files are copied over.
  21. /////////////////////////////////////////////////////
  22. //
  23. // Usage:
  24. //
  25. // CompressFlag SetupDisk %Done SourceFile TargetDir TargetFile
  26. //
  27. #deletefromroot ~~ARTNAM.DAT
  28. #deletefromroot ~~LABVA0.DAT
  29. #deletefromroot ~~SLDNAM.DAT
  30. #deletefromroot ~~SLDSHO.DAT
  31. 0 01 25 ~~ARTNAM.DAT \ ~~ARTNAM.DAT
  32. 0 01 50 ~~LABVA0.DAT \ ~~LABVA0.DAT
  33. 0 01 75 ~~SLDNAM.DAT \ ~~SLDNAM.DAT
  34. 0 01 99 ~~SLDSHO.DAT \ ~~SLDSHO.DAT
  35.